body{
    text-align: center;
}

.boton {
  background-color: gray;
}

.boton1 {
  background-color: rgb(187, 9, 9);
  font-size: 40px;
}

.boton2{
  background-color: rgb(150, 21, 236);
  font-size: 40px;
  padding: 32px 100px;
}

.boton2{
  background-color: rgb(255, 212, 120);
  font-size: 40px;
  padding: 32px 100px;
}

.boton3{
  background-color: rgb(21, 139, 236);
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
}

.boton4{
  background-color: rgb(21, 139, 236);
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #000fe7; 
}

.boton5{
  background-color: rgb(13, 255, 243);
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #000fe7; 
   transition-duration: 0.4s;
}
.boton5:hover {
  background-color:  #ffffff; 
  color: rgb(0, 0, 0);
   border: 2px solid  rgb(13, 255, 243);
}
.boton6{
    background-color: white;
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #025817; 
   transition-duration: 1s;
}

.boton6:hover {
  background-color: #04AA6D; 
  color: white;
}
.boton7{
    background-color: rgb(171, 253, 40);
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #025817; 
   transition-duration: 1s;
}

.boton7:hover {
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.boton8{
    background-color: rgba(40, 115, 253, 0.404);
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #11a0ff; 
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.boton9{
    background-color: white;
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #025817; 
   cursor: pointer;
}

.boton10{
    background-color: white;
  font-size: 20px;
  padding: 32px 32px;
  border-radius: 30%;
   border: 2px solid #025817; 
    opacity: 0.6;
  cursor: not-allowed;
}

.boton11{
    background-color: rgb(255, 174, 0);
  font-size: 20px;
  padding: 32px 32px;
   border: 2px solid #580242; 
   cursor: pointer;
   width: 100%;
}
.linea {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.boton12 {
  background-color: #04AA6D;
  border: 1px solid black;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  border-right: none;
}

.boton12:hover {
  background-color: #1bb9f8;
}
.linea1 {
  text-align: center;
  text-decoration: none;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.boton13 {
  background-color: #04AA6D; /* Green */
  border: 1px solid green;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 150px;
  display: block;
}

.linea1,.boton13:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

.linea, .boton13:hover {
  background-color: #3e8e41;
}

.caja {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.caja img {
  width: 100%;
  height: auto;
}

.boton14 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.boton14:hover {
  background-color: black;
  color: white;
}

.caja :hover{
 border: 2px solid black;
}


.boton15 {
  display: inline-block;
  border-radius: 6px;
  background-color: #1e88e5;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 18px;
  width: 190px;
  transition: all 0.4s ease;
  cursor: pointer;
  margin: 8px;
  vertical-align: middle;
}

.boton15 span {
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.boton15 span::after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -18px;
  transition: 0.4s;
}

.boton15:hover span {
  padding-right: 22px;
}

.boton15:hover span::after {
  opacity: 1;
  right: 0;
}

.boton16 {
  display: inline-block;
  padding: 14px 26px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #219a52;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px #888;
  transition: background-color 0.3s, transform 0.1s;
}

.boton16:hover {
  background-color: #1c7c44;
}

.boton16:active {
  background-color: #1c7c44;
  box-shadow: 0 4px #555;
  transform: translateY(3px);
}

.boton17 {
  background-color: #e53935;
  border: none;
  color: #fff;
  padding: 14px 30px;
  text-align: center;
  font-size: 17px;
  margin: 6px 3px;
  opacity: 0.7;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
}

.boton17:hover {
  opacity: 1;
  background-color: #c62828;
}

.boton18 {
  position: relative;
  background-color: #1976d2;
  border: none;
  font-size: 26px;
  color: #ffffff;
  padding: 18px;
  width: 190px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.boton18::after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  padding-top: 280%;
  padding-left: 320%;
  margin-left: -10px !important;
  margin-top: -110%;
  opacity: 0;
  transition: all 0.7s ease;
  border-radius: 50%;
}

.boton18:active::after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

